[pull] main from VirusTotal:main#155
Merged
Merged
Conversation
After migration, our users reported strange path prefixes with YARA-X that were not used with YARA. Looks like a known "problem" that dunce solves. There are not many canonicalizations going on in YARA-X, but I still applied this only to the one-and-only use in CLI, which is the most user-facing and I didn't want to touch compiler etc.
```
"matches": [
{
"rule": "hunting_interpreter_wscript",
"file": "\\\\?\\C:\\temp\\samples\\CBDE39ACCBB9420E0F65BEDB225C89EF7909D1FEEFFDF467AA0EC8F435906E7B",
...
},
...
```
Bumps [wasmtime](https://github.com/bytecodealliance/wasmtime) from 40.0.3 to 40.0.4. - [Release notes](https://github.com/bytecodealliance/wasmtime/releases) - [Changelog](https://github.com/bytecodealliance/wasmtime/blob/v40.0.4/RELEASES.md) - [Commits](bytecodealliance/wasmtime@v40.0.3...v40.0.4) --- updated-dependencies: - dependency-name: wasmtime dependency-version: 40.0.4 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
) Given a set of rules parse it and walk the AST to find identifiers and generate an ASCII tree that show the modules and other rules that each rule depends on. By default it generates a graph of all the rules, but you can select any number of rules with the -r argument. For example, given these rules: ``` rule a { condition: pe.is_dll() } rule b { condition: a } rule c { condition: b } rule d { condition: false } ``` And selecting using `-r b` you get output that looks like this: ``` a └─ mod: pe b └─ a └─ mod: pe c └─ b └─ a └─ mod: pe d ``` --------- Co-authored-by: Victor M. Alvarez <vmalvarez@virustotal.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )